home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / CLNTFORM.DFM / CLNTFORM.txt next >
Encoding:
Text File  |  1996-08-12  |  597 b   |  30 lines

  1. object ClientForm: TClientForm
  2.   Left = 486
  3.   Top = 348
  4.   Width = 239
  5.   Height = 152
  6.   Caption = 'Client'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poDefaultPosOnly
  13.   OnClick = FormClick
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object StatusBar: TStatusBar
  22.     Left = 0
  23.     Top = 106
  24.     Width = 231
  25.     Height = 19
  26.     Panels = <>
  27.     SimplePanel = True
  28.   end
  29. end
  30.